home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 4 / Mac Giga-ROM 4.0 - 1993.toast / FILES / HYP / H-I / HyperScrap.cpt / HyperScrap / card_6542.txt < prev    next >
Text File  |  1989-01-09  |  994b  |  49 lines

  1. -- card: 6542 from stack: in
  2. -- bmap block id: 6752
  3. -- flags: 4000
  4. -- background id: 2715
  5. -- name: Quick Reference
  6. ----- HyperTalk script -----
  7. on idle
  8.   if the seconds mod 2 = 0 then
  9.     show card button "Click to continue..."
  10.   end if
  11.   if the seconds mod 2 is not 0 then
  12.     hide card button "Click to continue..."
  13.   end if
  14. end idle
  15.  
  16.  
  17.  
  18. -- part 1 (button)
  19. -- low flags: 80
  20. -- high flags: A000
  21. -- rect: left=169 top=178 right=206 bottom=325
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 1
  25. -- font id: 0
  26. -- text size: 12
  27. -- style flags: 0
  28. -- line height: 16
  29. -- part name: Click to continue...
  30.  
  31.  
  32. -- part 2 (button)
  33. -- low flags: 00
  34. -- high flags: 0000
  35. -- rect: left=0 top=22 right=305 bottom=512
  36. -- title width / last selected line: 0
  37. -- icon id / first selected line: 0 / 0
  38. -- text alignment: 1
  39. -- font id: 0
  40. -- text size: 12
  41. -- style flags: 0
  42. -- line height: 16
  43. -- part name: 
  44. ----- HyperTalk script -----
  45. on mouseUp
  46.   pop card
  47. end mouseUp
  48.  
  49.